home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / wordproc / wf_v31c.arj / DOCS / WF.B < prev    next >
Text File  |  1992-01-31  |  26KB  |  605 lines

  1. .f3                              - # -     Appendix B - Miscellaneous Utilities
  2. .rm70
  3. .tc
  4. .tc1
  5. .tc B. MISCELLANEOUS UTILITIES ............................#
  6. APPENDIX B   MISCELLANEOUS UTILITIES
  7.  
  8. This appendix discusses some of the utilities that are supplied with
  9. Word Fugue.
  10.  
  11. .tc    FI - File Descriptions Utility .....................#
  12. FI - File Descriptions Utility
  13.  
  14. If you are using File Descriptions, and you do not have 4Dos, then you
  15. need this program to support your file descriptions outside of Word
  16. Fugue. It acts like a replacement for the DOS DIR command. It displays
  17. a browse list of files, and allows the addition of descriptions to
  18. files in full screen mode. Press Return to edit the description of
  19. highlighted file. The descriptions are stored in file FILEINFO.WF in
  20. the directory being browsed. The list can be scrolled up and down by
  21. use of the cursor keys.
  22.  
  23. Filename  : FI.EXE
  24.  
  25. Syntax    : FI <mask> /H/S/D/R/A/P/G/B/C/Q/I/1
  26.          or FI /H/S/D/R/A/P/G/B/C/Q/I/1 <mask>
  27.  
  28. Parameters:
  29.  
  30.     <mask> directory mask with wildcards * or ? (eg b:e*.t??)
  31.     as for DOS wild cards.
  32.  
  33.     /H - include Hidden files
  34.  
  35.     /S - include System files
  36.  
  37.     /D - include Directories
  38.  
  39.     /R - include read only files
  40.  
  41.     /A - all files - use this instead of /H/S/R/D
  42.  
  43.     /P - pack the description file. As you add descriptions, delete
  44.          files and so on, the description file will slowly accumulate
  45.          garbage as descriptions build up that no longer relate to
  46.          files. This option compares the file contents against the
  47.          disk directory, and removes all entries that are not used.
  48.  
  49.     /G - use generic Bios calls. If your computer is not fully IBM
  50.          compatible, you may find that the screen does not appear to
  51.          work with programs that write directly to it. This parameter
  52.          tells the program to use Bios for access to the screen. This
  53.          is slower, but should always work.
  54.  
  55.     /B - use black and white colours. Some computers have colour cards
  56.          connected to mono monitors, and can fool programs
  57.          into thinking that the screen is capable of colour when it
  58.          isn't. This option tells the program to use black and white
  59.          colour regardless of what it believes the screen is capable
  60.          of.
  61.  
  62. .cp5
  63.     /C - clear screen at exit. This option clears the screen after the
  64.          program terminates. Otherwise it will not clear the screen,
  65.          and the list of files will scroll up a few lines.
  66.  
  67.     /Q - old CGA monitor - eliminate snow by waiting for a vertical
  68.          retrace.
  69.  
  70.     /I - convert old INFO.DIR file - if you subscribed to our earlier
  71.          utility INFO.EXE to record file descriptions, then this
  72.          option will read the INFO.DIR file in the current directory
  73.          and produce a FILEINFO.WF file in the current directory. If
  74.          you never used this utility, you will never need this option!
  75.  
  76.     /1 - use alternate colours instead of the default colour set. Some
  77.          colours are easy on the eye, but hard to see on certain
  78.          monitors. If you don't like our standard set, try this one.
  79.  
  80.  
  81. .pa
  82. .tc    WF_2_4D - Convert FILEINFO To 4DOS Format ..........#
  83. WF_2_4D - Convert FILEINFO To 4DOS Format
  84.  
  85. If you do convert to 4DOS, and you have been using file descriptions,
  86. then this utility will convert your descriptions from Word Fugue's
  87. proprietary FILEINFO.WF files to DESCRIPT.ION files.
  88.  
  89. It only works in the current directory. If the 4Dos description file
  90. exists, the descriptions from FILEINFO.WF are added to the end. Since
  91. 4Dos restricts you to 40 characters of description, the conversion
  92. program truncates longer descriptions. You should edit them first
  93. using either WF or FI, and then run the conversion.
  94.  
  95. If you already had a DESCRIPT.ION file, then after the conversion is
  96. finished, you should use WF to edit the file and verify that entries
  97. are not duplicated. Simply delete the duplicated line.
  98.  
  99. Filename  : WF_2_4D.EXE
  100.  
  101. Syntax    : WF_2_4D
  102.  
  103. Parameters: none
  104. .pa
  105. .tc    WFLEXMGR - Dictionary Maintenance Program ..........#
  106. WFLEXMGR - Dictionary Maintenance Program
  107.  
  108. Changes may be made to the main dictionary by using the program
  109. WFLEXMGR. This program will either Add or Delete words from the
  110. dictionary, depending upon the input on its screen. It will always
  111. write a new dictionary, so as not to destroy the old one if things go
  112. wrong. Make sure you have enough disk space for 2 copies! You may
  113. allocate the new dictionary on another drive or directory. If the old
  114. and the new are in the same directory, and have the same name, the old
  115. will be renamed to a .BAK extension, otherwise it will simply write a
  116. new dictionary.
  117.  
  118.  
  119. ╔════════ SPELL FUGUE - Word Fugue Main Dictionary Maintenance V3.0 ═════════╗
  120. ║Source Dictionary : WF_MAIN.LEX__________________________________________   ║
  121. ║Target Dictionary : WF_MAIN.LEX                                             ║
  122. ║Add or Delete records: A       or C to convert dictionary formats           ║
  123. ║Change File: WF_AUX.DIC                                                     ║
  124. ║                                                                            ║
  125. ║                                                                            ║
  126. ║                                                                            ║
  127. ║                                                                            ║
  128. ║                                                                            ║
  129. ║                                                                            ║
  130. ║                                                                            ║
  131. ║                                                                            ║
  132. ║                                                                            ║
  133. ╚════════════════════════════════════════════════════════════════════════════╝
  134.  
  135.                  Fig B.1 - Dictionary Change Screen
  136. .tc1 Fig B.1 - Dictionary Change Screen ....................#
  137.  
  138.  
  139. The change file should have one word per line (like the auxiliary
  140. dictionary). The order of the words does not matter, since the
  141. maintenance program will sort the file first. All entries will be
  142. converted to lower case before being applied to the dictionary.
  143.  
  144. You cannot add and delete in the same run, so if you have
  145. inadvertently added a word which you subsequently find to have been
  146. spelled incorrectly, you must first delete the erroneous word by
  147. putting it in a change file spelled exactly as it is in the
  148. dictionary, and directing the program to Delete words contained in the
  149. change file. Once this run has finished, you can then add the
  150. correctly spelled word by placing it in a change file and directing
  151. the program to Add words from the specified change file.
  152.  
  153. It is also possible to use the program to convert the old format
  154. WF_MAIN.DIC file into the new format WF_MAIN.LEX file by setting the
  155. action to 'C' for Convert. In this case you will need about 700k disk
  156. space for the sort files as well as space for the new dictionary. If
  157. you run it on an XT at 4.7Mz, you can expect the process to take
  158. about an hour. You should not need to convert your old format
  159. dictionary unless you have added a large number of words to it.
  160.  
  161. .CP15
  162. Filename  : WFLEXMGR
  163.  
  164. Syntax    : WFLEXMGR
  165.  
  166. Parameters: /Q/B/G
  167.  
  168.     /G - use generic Bios calls. If your computer is not fully IBM
  169.          compatible, you may find that the screen does not appear to
  170.          work with programs that write directly to it. This parameter
  171.          tells the program to use Bios for access to the screen. This
  172.          is slower, but should always work.
  173.  
  174.     /B - use black and white colours. Some computers have colour cards
  175.          connected to mono monitors, and can fool programs
  176.          into thinking that the screen is capable of colour when it
  177.          isn't. This option tells the program to use black and white
  178.          colour regardless of what it believes the screen is capable
  179.          of.
  180.  
  181.     /Q - old CGA monitor - eliminate snow by waiting for a vertical
  182.          retrace.
  183. .pa
  184. .tc    ZIP - Shell for PKZIP & PKUNZIP programs ...........#
  185. ZIP - Shell for PKZIP & PKUNZIP programs
  186.  
  187. If you are into compressing files with PKWare's PKZIP & PKUNZIP
  188. programs, and you also use file descriptions, then this program acts
  189. as a shell, letting you tag files to be added by "point and shoot"
  190. methods, and running PKZIP in such a fashion as to add the file
  191. descriptions to the ZIP file. It also lets you browse a ZIP file,
  192. showing the contents along with their descriptions. You can tag files
  193. to be extracted or deleted. If you are extracting files, then their
  194. descriptions are also extracted.
  195.  
  196. The program supports both 4DOS DESCRIPT.ION files as well as Word
  197. Fugue's proprietary FILEINFO.WF files. The program can also
  198. automatically sense when you are running 4DOS, and switch accordingly.
  199.  
  200. You need PKZIP & PKUNZIP to be able to use this program.
  201.  
  202.  
  203. Filename  : ZIP.EXE
  204.  
  205. Syntax    : 1. ZIP <mask> archive options
  206.             2. ZIP archive <mask> options
  207.  
  208. Parameters: <mask> is file mask using DOS wild cards
  209.             archive is the name of the ZIP file to modify or browse
  210.             Options:
  211.              /4 = use 4Dos file descriptions - over-ride automatic
  212.                   sensing
  213.              /m = move files to archive (and delete from disk)
  214.                   if not specified then files remain on disk
  215.              /d = delete archive files (no extraction)
  216.              /w = use WF file descriptions - over-ride automatic
  217.                   sensing
  218.  
  219.  
  220. Remarks:
  221.  
  222.         Format 1 lists files on disk that match <mask> and lets you
  223.                  tag the ones to be archived
  224.  
  225.         Format 2 lists the files in the archive that match <mask> and
  226.                  lets you tag the ones to extract or delete
  227.  
  228.         +       Tag a file.
  229.         -       Untag file.
  230.         space   Toggle the tag
  231.         *       Tag all files
  232.         Del     Untag all files
  233.         ESC     Quit without processing
  234.         Enter   Execute command (Archive,Extract or Delete)
  235.         F1      Help
  236.         F4      Set or change archive name
  237.         F5      View file (text mode)
  238.         F6      Edit description (Disk Only)
  239.         F7      Change the search mask
  240.         F8      Change the path for extracted files
  241.         F9      Toggle the delete switch (extract only)
  242. .pa
  243. .tc    WFINST - Word Fugue Installation Program ...........#
  244. WFINST - Word Fugue Installation Program
  245.  
  246. .imCustomising Word Fugue
  247. .ix   Installing keystrokes
  248. This program has 3 different uses:
  249.  
  250.         ■ installing of keystrokes
  251.         ■ installing the user name
  252.         ■ extracting the keystroke table from Word Fugue
  253.  
  254. Filename  : WFINST.EXE
  255.  
  256. Syntax    : WFINST              - Install keystrokes
  257.             WFINST /U           - Change user name
  258.             WFINST /C           - Extract keyboard configuration table
  259.  
  260. .tc       Installation of Key Strokes .....................#
  261. Installation of Key Strokes
  262.  
  263. This is the default if you do not include any parameters. It also
  264. recreates the help file so that the key sequences you have installed
  265. will appear correctly in the help text.
  266.  
  267.     At a minimum, you must have 2 files on the same disk:
  268.  
  269.          WF.EXE            (Word fugue)
  270.  
  271.          WF.TXT            (The source for the context sensitive help)
  272.  
  273.     If you have a 360K floppy system, there should be no other files
  274.     on the disk, since WFINST will generate the file WF.HLP from the
  275.     file WF.TXT. This file will take up about 110K, and will probably
  276.     fill up a 360K floppy disk. In this case you must have WFINST on a
  277.     second disk drive (not the default).
  278.  
  279.     Type in
  280.  
  281.         d:WFINST
  282.  
  283.     at the DOS prompt, where d: is the drive and directory where
  284.     WFINST resides. The program will load and prompt you with:
  285.  
  286.     Perform fast entry of fully reconfigured keyboard (Y/N/enter for N)
  287.  
  288.     If you press Y for Yes, you may install the keyboard using the
  289.     Fast Entry method. The default response, No, may be given by
  290.     pressing N or Enter. If you answer No, you will be able to select
  291.     the commands to change, but if you answer Yes, you will be
  292.     prompted for each command.
  293.  
  294. .cp10
  295.     Fast Entry
  296.  
  297.     When you select the fast entry option, the following instructions
  298.     will be displayed on screen:
  299.  
  300.       Press <enter> to accept default{.╬}
  301.       Press keys followed by <enter> for new key sequence{.╬}
  302.       Press <Bksp> to back up one keystroke, C to clear, R to restore{.╬}
  303.       Press <scroll lock> to toggle literal mode{.╬}
  304.       Press <escape> to quit entering commands{.╬}
  305.       Random Access editing is available when you are finished{.╬}
  306.  
  307.     You can then either enter a new key sequence for each command or
  308.     accept the current one by pressing Enter. Both the command name
  309.     and the current key sequence are always displayed to the left of
  310.     the cursor. You specify a new key sequence by pressing the keys
  311.     you wish to use to invoke that command. Pressing Enter terminates
  312.     your entry.
  313.  
  314.     You can correct mistakes in the current entry by pressing the
  315.     Backspace key (delete last key stroke), C (Clear entry), or R
  316.     (Restore previous entry). To specify either the enter key or a
  317.     ctrl M, you must first press the Scroll Lock key, which indicates
  318.     that keystrokes are to be interpreted literally; press it again
  319.     when you have finished entering the key sequence. Pressing ESC
  320.     stops the fast entry procedure and takes you to the random access
  321.     entry screen.
  322.  
  323.     Random Access
  324.  
  325.     When you select the random access option, or when you have
  326.     finished using the fast entry procedure, you can alter any or all
  327.     of the default key sequences. The top line of the screen will show
  328.     some basic instructions. The remainder of the screen shows (from
  329.     left to right) the name of the command, the primary key sequence,
  330.     and the secondary key sequence.
  331.  
  332.     Move the cursor to the key sequence you want to change and press
  333.     enter. Use the Left Arrow and Right Arrow keys to select primary
  334.     or secondary key sequences, and scroll through the list of
  335.     commands using the Up arrow, down Arrow, Page Up and Page Down
  336.     keys. Home takes you to the first command, and End to the last.
  337.  
  338.     You can correct mistakes in the current entry by pressing the
  339.     Backspace key (delete last key stroke), C (Clear entry), or R
  340.     (Restore previous entry). To specify either the enter key or a
  341.     ctrl M, you must first press the Scroll Lock key, which indicates
  342.     that keystrokes are to be interpreted literally; press it again
  343.     when you have finished entering the key sequence.
  344.  
  345. .pa
  346.  
  347. ══════════════════════════════ Installing: WF.EXE ══════════════════════════════
  348.        ^│-v│-scroll  PgUp-PgDn-page  <┘-modify  R-restore defaults  ESC-exit
  349. ════════════════════════════════════════════════════════════════════════════════
  350. Character left             P: <Lft>                  S: <CtrlS>
  351. Character right            P: <Rgt>                  S: <CtrlD>
  352. Word left                  P: <CtrlLft>              S: <CtrlA>
  353. Word right                 P: <CtrlRgt>              S: <CtrlF>
  354. Line up                    P: <Up>                   S: <CtrlE>
  355. Line down                  P: <Dn>                   S: <CtrlX>
  356. Scroll up                  P: <CtrlW>                S:
  357. Scroll down                P: <CtrlZ>                S:
  358. Page down                  P: <PgDn>                 S: <CtrlC>
  359. Page up                    P: <PgUp>                 S: <CtrlR>
  360. Top of window              P: <CtrlPgUp>             S: <CtrlQ><CtrlR>
  361. Bottom of window           P: <CtrlPgDn>             S: <CtrlQ><CtrlC>
  362. Cursor to left side        P: <Home>                 S: <CtrlQ><CtrlS>
  363. Cursor to right side       P: <End>                  S: <CtrlQ><CtrlD>
  364. Top of screen              P: <CtrlHome>             S: <CtrlQ><CtrlE>
  365. Bottom of screen           P: <CtrlEnd>              S: <CtrlQ><CtrlX>
  366. ════════════════════════════════════════════════════════════════════════════════
  367. Go to line                 P: <CtrlJ><CtrlL>         S:
  368. Go to column               P: <CtrlJ><CtrlC>         S:
  369. Go to page                 P: <CtrlJ><CtrlP>         S:
  370. Go to window               P: <AltF6>                S: <CtrlJ><CtrlW>
  371. Top of block               P: <ShiftF7>              S: <CtrlQ><CtrlB>
  372.  
  373.  
  374.                     Fig B.2 - Installation of Keystrokes
  375. .tc1 Fig B.2 - Installation of Keystrokes ..................#
  376.  
  377.  
  378.  
  379. Quitting the Installation
  380.  
  381. When you have finished making changes, press Q to Quit, or W to write
  382. your changes to a disk file. If you choose the Write option, you will
  383. then see the message "checking for conflicts..." If you have
  384. accidentally assigned the same key sequence to two or more commands, and
  385. error message will be displayed, You can correct your mistakes by
  386. searching for highlighted items.
  387.  
  388. You will also see an error message if the size of the list of
  389. keystrokes goes over 1023 key strokes. You can easily solve this
  390. problem by eliminating a few secondary key sequences.
  391.  
  392. After WF.EXE has been modified, WFINST will generate a new help file
  393. (WF.HLP) to go with it. This file combines the text from WF.TXT (which
  394. must be present) with the keystrokes you selected for each command. A
  395. running line counter tells you how many lines of WF.TXT have been
  396. processed.
  397.  
  398. .cp10
  399. .tc       Changing the Registration Message ...............#
  400. Changing the Registration Message
  401.  
  402. WFINST can also be used to change the registered name and message that
  403. display on program startup and termination. You need to have WF.EXE in
  404. the path, but you do not need the help files for this.
  405.  
  406. Run the install program with the parameter /U where the U is CAPITAL U
  407. and not lowercase u:
  408.  
  409.     WFINST /U
  410.  
  411. You will be prompted for the registered name, which can be edited.
  412. Pressing ESC will restore the old value.
  413.  
  414. You will then be prompted for the registration message. After you have
  415. entered it, the new text will be written to WF.EXE
  416.  
  417. The name and message are each restricted to 50 characters.
  418.  
  419. .tc       Extracting the Keyboard Table ...................#
  420. Extracting the Keyboard Table
  421.  
  422. This option is supplied for upwards compatibility to save you having
  423. to reconfigure the keyboard layout each time you upgrade. If your
  424. current version is less than 2.01, the program will extract only the
  425. keyboard table, since other options have moved around in different
  426. versions. If your current version is at least 2.01, then all the
  427. configurable options will be extracted. Versions of Word Fugue after
  428. V2.01 will look for the configuration file WF.CFG in the default
  429. directory, and load in the options found there. If the configuration
  430. file is flagged as prior to V2.01, only the keyboard table will be
  431. loaded.
  432.  
  433. Run the program as follows:
  434.  
  435.      WFINST /C
  436.  
  437. where the C is a capital letter. It only works on the default
  438. directory, so be sure that the current drive and directory are the one
  439. that contains your old copy of Word Fugue.
  440.  
  441. The program will display a message, extract the configuration file,
  442. and terminate. Go ahead and copy your new Word Fugue Files into the
  443. directory. When you load Word Fugue it will pick up the options you
  444. had set in the old version, (if you had a version 2.01 or greater) and
  445. the old keyboard layout you were using.
  446.  
  447. If you were using a version prior to V2.01, you will still need to go
  448. in and set up the other options such as home directory. Saving your
  449. setup with the new version will write out all options to the
  450. configuration file in the current directory, as well as saving them in
  451. the executable.
  452. .pa
  453. .tc    CHD - Full Screen Directory Changer ................#
  454. CHD - Full Screen Directory Changer
  455.  
  456. This program can be used to display a tree of all directories on the
  457. disk, and permit changing to that directory by using "point and shoot"
  458. methods. In full screen mode it also permits creating, renaming and
  459. deleting of directories. In addition, if you start is with part of a
  460. directory name as a parameter, it will change to that directory which
  461. starts with the characters entered, and exit back to dos.
  462.  
  463.  
  464. File Name  : CHD.EXE
  465.  
  466. Syntax     : CHD <new dir> /B/G/L/Q
  467.  
  468. Remarks    : The directory is saved in a file called CHD.DIR in the
  469.              root directory of the drive the first time the program is
  470.              run. You can cause it to recreate this file by re-reading
  471.              the directory tree if you wish.
  472.  
  473. Parameters :
  474.  
  475.         /B - use black and white colours
  476.              (The program will sense if the screen mode is Black and
  477.              White, but some users have a colour adaptor connected to
  478.              a black and white monitor. This switch indicates to
  479.              ignore the mode, and use black and white)
  480.         /G - use Generic bios calls for screen IO (if you get a blank
  481.              screen - try this one - used for screens that are not
  482.              fully IBM compatible)
  483.         /L - load directory tree by re-reading the disk (use this if
  484.              you make changes to the directory structure outside the
  485.              CHD program)
  486.         /Q - eliminate snow on older CGA screens
  487.  
  488. .tc       Batch Mode ......................................#
  489. Batch Mode
  490.  
  491.      Run the program with the starting letters of a directory you to
  492.      wish to change. If CHD finds a directory starting with those
  493.      letters, it will change to that directory and return to the DOS
  494.      prompt.
  495.  
  496.         eg  Suppose you have a directory on your hard disk:
  497.  
  498.             QUATTRO\SHEETS\BUSINESS\AUG90
  499.  
  500.             you could change to it by entering:
  501.  
  502.             CHD aug90
  503.  
  504.             If you had more than one directory starting with AUG90,
  505.             then the program will change to the first one it finds.
  506.             Repeating the command will change to the next one.
  507.  
  508. .CP10
  509.         eg
  510.             QUATTRO\SHEETS\BUSINESS\AUG90
  511.             LOTUS\SHEETS\BUSINESS\AUG90
  512.  
  513.             entering CHD AUG90 will change to the one under QUATTRO
  514.             the first time, and the one under LOTUS the second time.
  515.             If you enter the command a third time, it will change back
  516.             to the first one again.
  517.  
  518. .cp10
  519. .tc       Full Screen Mode ................................#
  520. Full Screen Mode
  521.  
  522.      If you run the program without a directory name as the first
  523.      parameter, it goes to full screen mode and displays all
  524.      directories for you to select.
  525.  
  526.      You can create new directories, delete them, or set them to be
  527.      hidden from DOS commands, or Unhide them, or even rename them
  528.      from the full screen mode, by pressing the first letter of the
  529.      appropriate command:
  530.  
  531.      Load dir: Read the current drive and relog the directory
  532.  
  533.      Make dir: Make a directory under the highlighted one
  534.  
  535.      Delete dir: If the highlighted directory is empty, then delete it
  536.  
  537.      Hide dir: Set the hidden attribute so that the directory will no
  538.                longer appear in the DOS DIR command. Hidden
  539.                directories have a little fuzzy character (░) displayed
  540.                beside them
  541.  
  542.      Unhide dir: Reset the Hidden attribute to make the directory
  543.                visible
  544.  
  545.      Rename dir: Rename the highlighted directory
  546.  
  547.      Orig dir: Return to the original directory from which the program
  548.                was invoked, and display it.
  549.  
  550.      Version:  Displays registration details
  551.  
  552.      New drive: Log a new drive
  553.  
  554.      ESC:      Exit - to the default directory
  555.  
  556.      Enter:    Select the directory you have highlighted and change to
  557.                it. The program terminates.
  558.  
  559. .pa
  560. .tc    README - Full Screen File Browser ..................#
  561. README - Full Screen File Browser
  562.  
  563. This program can be used to browse any file. It also permits scrolling
  564. of lines left and right as well as up and down.
  565.  
  566.  
  567. File Name  : README.COM
  568.  
  569. Syntax     : README <filename>
  570.  
  571. Remarks    : This is a simple file browser that is supplied on the
  572.              installation disks to view the README text file. All
  573.              characters in the PC's character set are displayed. The
  574.              file can be any size.
  575.  
  576. Parameters : <filename>
  577.  
  578.              This is the name of the file you wish to browse. If it
  579.              does not exist, the program will terminate with the
  580.              simple message "File not Found"
  581.  
  582. Commands   : Up Arrow    Moves the display window towards the top of
  583.                          the file.
  584.  
  585.              Down Arrow  Moves the display window towards the bottom
  586.                          of the file.
  587.  
  588.              Left Arrow  Moves the display window to the left
  589.  
  590.              Right Arrow Moves the display window to the right
  591.  
  592.              Page Up     Moves the display window up one page (24
  593.                          lines)
  594.  
  595.              Page Down   Moves the display window down one page (24
  596.                          lines)
  597.  
  598.              Home        Moves to the top of the file
  599.  
  600.              End         Moves to the bottom of the file
  601.  
  602.              ESC         Exits to DOS
  603.  
  604.  
  605.